home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / FRITZ1.DXR / 00250.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  220 b   |  10 lines

  1. on exitFrame
  2.   global advance, ppl, foes
  3.   if advance < 12 then
  4.     foes3(getAt(foes, 1), getAt(ppl, 2))
  5.     foes3(getAt(foes, 2), getAt(ppl, 3))
  6.     foes3(getAt(foes, 3), getAt(ppl, 4))
  7.   end if
  8.   go(marker(0) + 1)
  9. end
  10.